Announcement

Collapse
No announcement yet.

Calculated fields formulas meaning | Count the number of related entities

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Calculated fields formulas meaning | Count the number of related entities

    Hi! Calculated fields are awesome, and I'd like to make sure I understand all the opportunities they provide, that is why I'd like to ask you about the meaning / code examples / use cases of the following functions:
    number\format(VALUE)
    entity\attribute(ATTRIBUTE)
    entity\attributeFetched(ATTRIBUTE)
    env\userAttribute(ATTRIBUTE)

    Also I need to count the number of Contacts related to an Opportunity - is it correct that I can't do that anywhere other than directly in backend? If so, then it's a feature request, since in my case the value of Opportunity is heavily dependent of the number of related Contacts, which constantly get created, deleted, linked, unlinked and so on, so calculating it in backend is not very convenient. The same applies to the length of arrays and multi-enums

  • #2
    Hello,
    it will be possible in the next release (5.3.0)

    Comment

    Working...
    X